home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
266_01
/
lptr.h
< prev
next >
Wrap
Text File
|
1990-04-29
|
386b
|
12 lines
/* Line Printer Control Routines - Epson FX-80 printer FILE
Header File LPTR.H
01 May 1990
*/
void LP_LineSpace (int N72nds);
void LP_GraphMode (int LineBits);
void LP_Margin (int Column);
void LP_CrLf (int N);
void LP_Send (int Byte);
void LP_SetType (char *NewType);
void LP_Reset (void);